home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / clarion / cw15 / tpw15.z / TPLERROR.TPW < prev    next >
Text File  |  1995-07-06  |  4KB  |  103 lines

  1. #!--------------------------------------------------------------
  2. #GROUP(%ErrorBrowseInvalidRangeField)
  3. #ERROR('Template Error in Procedure: ' & %Procedure)
  4. #ERROR('    The range field specified is not in the current key!')
  5. #IF(%BrowseCondition)
  6.   #ERROR('   Browse Condition: ' & %BrowseCondition)
  7. #ELSE
  8.   #ERROR('   Browse Condition: Default Browse Behavior')
  9. #ENDIF
  10. #ERROR('   Current Key: ' & %BrowseKey)
  11. #IF(%RangeField)
  12.   #ERROR('   Range Field: ' & %RangeField)
  13. #ELSE
  14.   #ERROR('   Range Field: None')
  15. #ENDIF
  16. #!--------------------------------------------------------------
  17. #GROUP(%ErrorRelationshipMissing)
  18. #ERROR('Template Error in Procedure: ' & %Procedure)
  19. #ERROR('A file relationship range limit was specified, but')
  20. #ERROR('no relationship to the file specified could be found!')
  21. #ERROR('Range Field: ' & %RangeField)
  22. #ERROR('Range File:  ' & %RangeFile)
  23. #!--------------------------------------------------------------
  24. #GROUP(%ErrorLimitFieldMissing)
  25. #ERROR('Template Error in Procedure: ' & %Procedure)
  26. #ERROR('A single value range limit was specified, but')
  27. #ERROR('no value was provided!')
  28. #ERROR('   Range Field: ' & %RangeField)
  29. #!--------------------------------------------------------------
  30. #GROUP(%ErrorBrowseLimitFieldMissing)
  31. #ERROR('Template Error in Procedure: ' & %Procedure)
  32. #ERROR('A single value range limit was specified, but')
  33. #ERROR('no value was provided!')
  34. #IF(%BrowseCondition)
  35.   #ERROR('Browse Condition: ' & %BrowseCondition)
  36. #ELSE
  37.   #ERROR('Browse Condition: Default Browse Behavior')
  38. #ENDIF
  39. #ERROR('Current Key: ' & %BrowseKey)
  40. #ERROR('   Range Field: ' & %RangeField)
  41. #!--------------------------------------------------------------
  42. #GROUP(%ErrorBrowseLowLimitMissing)
  43. #ERROR('Template Error in Procedure: ' & %Procedure)
  44. #ERROR('A range of values range limit was specified, but')
  45. #ERROR('no low value was provided!')
  46. #IF(%BrowseCondition)
  47.   #ERROR('Browse Condition: ' & %BrowseCondition)
  48. #ELSE
  49.   #ERROR('Browse Condition: Default Browse Behavior')
  50. #ENDIF
  51. #ERROR('Current Key: ' & %BrowseKey)
  52. #ERROR('   Range Field: ' & %RangeField)
  53. #!--------------------------------------------------------------
  54. #GROUP(%ErrorBrowseHighLimitMissing)
  55. #ERROR('Template Error in Procedure: ' & %Procedure)
  56. #ERROR('A range of values range limit was specified, but')
  57. #ERROR('no high value was provided!')
  58. #IF(%BrowseCondition)
  59.   #ERROR('Browse Condition: ' & %BrowseCondition)
  60. #ELSE
  61.   #ERROR('Browse Condition: Default Browse Behavior')
  62. #ENDIF
  63. #ERROR('Current Key: ' & %BrowseKey)
  64. #ERROR('   Range Field: ' & %RangeField)
  65. #!--------------------------------------------------------------
  66. #GROUP(%ErrorBrowseRelationshipMissing)
  67. #ERROR('Template Error in Procedure: ' & %Procedure)
  68. #ERROR('A file relationship range limit was specified, but')
  69. #ERROR('no relationship to the file specified could be found!')
  70. #IF(%BrowseCondition)
  71.   #ERROR('Browse Condition: ' & %BrowseCondition)
  72. #ELSE
  73.   #ERROR('Browse Condition: Default Browse Behavior')
  74. #ENDIF
  75. #ERROR('Current Key: ' & %BrowseKey)
  76. #ERROR('Range Field: ' & %RangeField)
  77. #ERROR('Range File:  ' & %RangeFile)
  78. #!--------------------------------------------------------------
  79. #GROUP(%ErrorBrowseLocatorNoFreeKey)
  80. #ERROR('Template Error in Procedure: ' & %Procedure)
  81. #ERROR('A locator was specified, but no free key element')
  82. #ERROR('exists!')
  83. #IF(%BrowseCondition)
  84.   #ERROR('Browse Condition: ' & %BrowseCondition)
  85. #ELSE
  86.   #ERROR('Browse Condition: Default Browse Behavior')
  87. #ENDIF
  88. #ERROR('Current Key: ' & %BrowseKey)
  89. #ERROR('Locator Type:' & %BrowseLocatorType)
  90. #ERROR('Range Field: ' & %BrowseRangeField)
  91. #!--------------------------------------------------------------
  92. #GROUP(%ErrorBrowseLocatorNoEntryControl)
  93. #ERROR('Template Error in Procedure: ' & %Procedure)
  94. #ERROR('An Entry locator was specified, but no entry control')
  95. #ERROR('exists for the free key element!  Using STEP locator')
  96. #IF(%BrowseCondition)
  97.   #ERROR('Browse Condition: ' & %BrowseCondition)
  98. #ELSE
  99.   #ERROR('Browse Condition: Default Browse Behavior')
  100. #ENDIF
  101. #ERROR('Current Key: ' & %BrowseKey)
  102. #ERROR('Locator Type:' & %LocatorType)
  103. #ERROR('Range Field: ' & %RangeField)